@HELP_CONTENTS Help contents `Help contents `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Power View IDE help contains information about following main topics (choose one to get help for): `About `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `~ About Power View IDE ~ABOUT `~ About the author ~ABOUT_AUTHOR `Basic information `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `~ Window basics ~WINDOW_BASICS `~ Dialog basics ~DIALOG_BASICS `~ Menu basics ~MENU_BASICS `Using Power View IDE `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `~ Main menu ~MAIN_MENU `~ Shortcuts ~SHORTCUTS `~ Configuration ~CONFIGURATION `~ The editor ~W_EDITOR ^ @HELP_ON_HELP Help on help `Help on help `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ What you're reading now is a help screen. You can browse the text using arrow keys to move the cursor, or using scroll bars attached to the window. Many help screens contain some highlighted items called cross-references. Cross-references will lead you to another help screens. To activate a cross-reference, double-click it, or move the cursor on it and press the key. To go back to previous help screens, you can press the button. To see the help contents, press the button. To see the help index, press the button. Pressing the button will lead you to the help you are reading now. To return to previous help screen you've read, press the button now. You can try cross-references now; choose one of the following topics to get started: `~ Window basics ~WINDOW_BASICS `~ Dialog basics ~DIALOG_BASICS `~ Menu basics ~MENU_BASICS `~ Help contents ~HELP_CONTENTS `~ Help index ~HELP_INDEX ^ @D_WINDOWS_LIST Dialog box Windows list `Windows list dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Windows/List , ` Local menu/Windows list This dialog box offers a list of currently open windows in the desktop. Select window you want and press key to bring that window to the front and make it active. You can also close selected window by pressing the button. If the text in that window has been changed and not saved, you will be prompted to do so. ^ @D_FIND Dialog box Find `Find dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Search/Find , ` Local menu/Find You use this dialog box to search current edit window for text. Type the text you want to locate in the input box. Select search options (e.g. or ). Press . If text is found it becomes selected. A message box will appear if text can not be found (using selected search options). To search for next appearance of the text, press . `See also: `~ Search/Replace ~SEARCH_REPLACE ^ @D_REPLACE Dialog box Replace `Replace dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Search/Replace , ` Local menu/replace You use this dialog box to search current edit window for text and replace it with another text. Type the text you want to locate in the input box. Type the text you want to replace it in input box. Select search options (e.g. or ) and replace options (e.g. or ). Press . A message box will appear if text can not be found (using selected search options). If search text is found: 1. If the option is selected, a message box will ask you whether you want to replace or skip it. If such option is not selected, the text will be replaced automatically. 2. If is selected, step 1 is repeated for all occurrences of the search text. To repeat last search and replace, press . `See also: `~ Search/Find ~SEARCH_REPLACE ^ @D_GOTO_LINE_NUMBER Dialog box Go to Line Number `Go to line number dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Search/Go to line , ` Local menu/Go to line Enter desired line number and press the key to locate the line in the text. ^ @D_SELECT_FILE Dialog box Select file `Select file dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This dialog box prompts you to select file from the MS-DOS directories. There are two ways to select the file you want: þ Select desired file type from combo box and the list is filled with files that match selected type. Select file from the list and press OK. If file not found in the current directory, you can browse using list or you can change active disk drive using combo box. þ Type file name in the input box and press . If the name you typed has wildcard characters (as '*' or '?'), list is filled with files that match that mask. `Notes `ÄÄÄÄÄ þ The key (or double clicking on any listed item) presses the button. þ Sometimes (as when you open a file for editing) Select file dialog box features multiple files to be selected from the list. In such cases, use the key or the right mouse button to toggle file selection. `See also: `~ Dialog box basics ~DIALOG_BASICS ^ @ABOUT About: Power View IDE `Power View Integrated Development Environment `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Power View IDE is designed as Watcom C/C++ environment for DOS applications development. It can be used as a universal DOS IDE as well. Power View IDE has dialog boxes for navigating the most frequently used options of the Watcom C/C++ compilers and the Watcom Linker. It supports automatical dependency check for the object files produced by the Watcom compilers and probably by all other compilers that place dependency information in the object files. It is possible to specify project targets other than object files as well as compilers other than Watcom C/C++. Power View IDE traps compiler output and passes it to filter program that converts it to standard log format. This allows IDE to locate the source file, line and column for each compiler message. Power View IDE comes up with filters for Watcom C/C++ compilers, Watcom Assembler and Watcom Linker. Source of the filters is also provided for those who want to write filters for other compilers. Power View IDE supports up to 16 user-defined tools. A tool is program or compiler that can be executed from inside the IDE. Tools' output can be redirected in specified file or, if there is a filter for the tool, in the IDE's log window. `See also: `~ About the author ~ABOUT_AUTHOR ^ @ABOUT_AUTHOR About: The author `The author `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Power View IDE is based on Power View, an object library for DOS applications development, written in standard C++ language, about 30000 lines of source. Power View does not use any other libraries except for standard ANSI C/C++ libraries. The author is student in the Sofia University. Power View and Power View IDE completely designed and written by: `Emil Dochevsky `15 "Belitsa" str. `4002 Plovdiv `Bulgaria Special thanks to Val, GEMICHA, Ivo. `See also: `~ About Power View IDE ~ABOUT ^ @SHORTCUTS Power View IDE: Shortcuts `Power View IDE Shortcuts `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Here is a list of Power View IDE global keyboard shortcuts: `Action Shortcut `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Context-sensitive Help `Main menu `Local menu `Save current file `Save all modified files `Open new edit window `Next window , `Previous window `Project window `Log window `List of the open windows `Condensed display `Compile current file `Make current project `Next compiler message `Previous compiler message `(Make) Run current project `View DOS screen ^ @MAIN_MENU Power View IDE: Main menu `Power View IDE Main menu `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Power View IDE Main menu contains the following submenus (choose one to get help for): `~ File ~MENU_FILE `~ Edit ~MENU_EDIT `~ Search ~MENU_SEARCH `~ Compile ~MENU_COMPILE `~ Project ~MENU_PROJECT `~ Options ~MENU_OPTIONS `~ Tools ~MENU_TOOLS `~ Windows ~MENU_WINDOWS `~ Help ~MENU_HELP ^ @MENU_FILE Menu File `File `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The File menu offers choices for opening and loading existing files, creating new files, shelling to DOS, saving files, and exiting Power View IDE. `File menu commands `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `~ New ~FILE_NEW `~ Open ~FILE_OPEN `~ Save ~FILE_SAVE `~ Save as ~FILE_SAVE_AS `~ Save all ~FILE_SAVE_ALL `~ DOS shell ~FILE_DOS_SHELL `~ Exit ~FILE_EXIT Note: When you close an edit window the IDE stores it's state and will restore it when you open that file again. The state of the last 32 closed files is stored. The names of the last 9 files will appear at the bottom of the File menu. ^ @FILE_NEW Menu command File/New `File/New `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ New opens a new edit window with the default name [Untitled] and automatically makes the new edit window active. These [Untitled] files are used as a temporary edit buffer; Power View IDE prompts you to name an [Untitled] file when you save it. ^ @FILE_OPEN Menu command File/Open `File/Open , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Open command displays the ~Open a file~D_SELECT_FILE dialog box. In this dialog box, you select the file you want to open in an edit window. `Notes `ÄÄÄÄÄ þ In the ~Open a file~D_SELECT_FILE dialog box you can select multiple files for opening. þ If (~Editor options~D_EDITOR dialog box) is checked, when you select a file for opening and the file is not found in the specified/current directory, Power View IDE will search the file in the you have specified in the ~Directories~D_DIRS dialog box. If the file still not found, Power View IDE opens a new edit window with the name you have specified. ^ @FILE_SAVE Menu command File/Save `File/Save , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Save command saves the file that's in the active edit window to disk. If the file has a default name (such as [Untitled]), Power View IDE opens the ~Save file as~D_SELECT_FILE dialog box so you can rename the file and save it in a different directory or on a different drive. ^ @FILE_SAVE_AS Menu command File/Save as `File/Save as `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Save as opens up the ~Save file as~D_SELECT_FILE dialog box, where you can save the file in the active edit window under a different name, in a different directory, or on a different drive. All windows containing this file are updated with the new name. ^ @FILE_SAVE_ALL Menu command File/Save all `File/Save all , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Save All saves all modified files in open edit windows. ^ @FILE_DOS_SHELL Menu command File/DOS shell `File/DOS shell `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ With the DOS Shell command, you can leave Power View IDE temporarily to perform a DOS command or enter another program. To return to Power View IDE, type EXIT at the DOS prompt, then press . ^ @FILE_CLOSED_FILES Menu command File/Closed files `File/Closed files `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Select this command to open the file again. This will restore its state as well. ^ @FILE_EXIT Menu command File/Exit `File/Exit , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Exit command exits Power View IDE, removes it from memory, and returns you to DOS. If you've modified a source file without saving it, Power View IDE prompts you to do so before exiting. ^ @MENU_EDIT Menu Edit `Edit `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Edit menu provides commands to cut, copy, and paste text in edit windows. You can also open a Clipboard window to view or edit its contents. `Edit menu commands `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `~ Undo ~EDIT_UNDO `~ Cut ~EDIT_CUT `~ Copy ~EDIT_COPY `~ Paste ~EDIT_PASTE `~ Clear ~EDIT_CLEAR `~ Show clipboard ~EDIT_CLIPBOARD ^ @EDIT_UNDO Menu command Edit/Undo `Edit/Undo , `Local menu/Undo `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Undo command takes back the last editing sequence you performed somewhere in the text. Undo works on the last modified or deleted text only. ^ @EDIT_CUT Menu command Edit/Cut `Edit/Cut , `Local menu/Cut `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Cut command removes the selected text from your file and places the text in the Clipboard. You can then choose Edit/~Paste~EDIT_PASTE to paste the cut text into any other file (or somewhere else in the same file). The text remains selected in the Clipboard so you can paste it as many times as you want. ^ @EDIT_COPY Menu command Edit/Copy `Edit/Copy , `Local menu/Copy `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Copy command leaves the selected text intact but places an exact copy of it in the Clipboard. To paste the copied text into any other file, choose Edit/~Paste~EDIT_PASTE. ^ @EDIT_PASTE Menu command Edit/Paste `Edit/Paste , `Local menu/Paste `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Paste command inserts the selected text from the Clipboard into the current window at the cursor position. ^ @EDIT_CLEAR Menu command Edit/Clear `Edit/Clear , `Local menu/Clear `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Clear command removes the selected text but does not put it into the Clipboard. This means you can't paste the text as you could if you had chosen Edit/~Cut~EDIT_CUT or Edit/~Copy~EDIT_COPY. The cleared text is not retrievable. ^ @EDIT_CLIPBOARD Menu command Edit/Show clipboard `Edit/Show clipboard `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Show Clipboard command opens the Clipboard window, which stores the text you cut and copy from other windows. Any text you cut or copy is placed at the current cursor position in the Clipboard, replacing selected text. The currently selected (highlighted) Clipboard text is the text Power View IDE uses when you choose Edit/~Paste~EDIT_PASTE. ^ @MENU_SEARCH Menu Search `Search `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Search menu provides commands to search for text or functions declarations in your files. `Search menu commands `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `~ Find ~SEARCH_FIND `~ Replace ~SEARCH_REPLACE `~ Search again ~SEARCH_AGAIN `~ Go to line ~SEARCH_LINE `~ Condense ~SEARCH_CONDENSE ^ @SEARCH_FIND Menu command Search/Find `Search/Find , `Local menu/Find `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Find command displays the ~Find~D_FIND dialog box, where you type the text you want to search for. In this dialog box you can set several options that affect the search. ^ @SEARCH_REPLACE Menu command Search/Replace `Search/Replace , `Local menu/Replace `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Replace command displays the ~Replace~D_REPLACE dialog box, where you type the text you want to search for and text you want to replace it with. In this dialog box you can set several options that affect the search and replace. ^ @SEARCH_AGAIN Menu command Search/Search again `Search/Search again , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Search again command repeats the last Search/~Find~SEARCH_FIND or Search/~Replace~SEARCH_REPLACE command. All settings you made in the Find dialog box remain the same when you choose Search again. ^ @SEARCH_CONDENSE Menu command Search/Condense `Search/Condense , `Local menu/Condense `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Condense command opens the ~Condensed display~D_CONDENSED dialog box which contains main lines of the current edit window. Usually this dialog shows class and function declarations. You can select line and press to go to that source location. ^ @SEARCH_LINE Menu command Search/Go to line `Search/Go to Line , `Local menu/Go to Line `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Go to Line command displays the ~Go to line number~D_GOTO_LINE_NUMBER dialog box, which prompts for the line number you want to find. Power View IDE displays the current line and column number in the lower left corner of every edit window. ^ @SEARCH_FILE Menu command File at cursor `Local menu/File at cursor `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Select this command if you want to open file whose name is the word cursor is on. If there is no extension, default editor extension (see Options/~Editor~OPTIONS_EDITOR ) is assumed. If (~Editor options~D_EDITOR dialog box) is checked and the file is not found in the current directory, Power View IDE will search the file at these locations, in exact order: 1. Source directory of the current editor window file; 2. you have specified in the ~Directories~D_DIRS dialog box. If the file still not found, Power View IDE opens a new edit window. ^ @MENU_COMPILE Menu Compile `Compile `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Compile menu provides commands for building your project and for locating messages from the last compilation. `Compile menu commands `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `~ Compile ~COMPILE_COMPILE `~ Make ~COMPILE_MAKE `~ Build all ~COMPILE_BUILD `~ Link ~COMPILE_LINK `~ Next message ~COMPILE_NEXT `~ Previous message ~COMPILE_PREVIOUS `~ Run ~COMPILE_RUN `~ Parameters ~COMPILE_PARAMS ^ @COMPILE_COMPILE Menu command Compile/Compile `Compile/Compile , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Compile command executes Watcom C/C++ compiler for the file in the current edit window, specifying compiler options according to the selections in the Options/~Compiler~OPTIONS_COMPILER dialog boxes. If command line for the compiler becomes longer than 127 characters, Power View IDE makes temporary file with the command line and passes it to Watcom C++ compiler. ^ @COMPILE_MAKE Menu command Compile/Make `Compile/Make , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command walks through project files and compares every target file date/time stamp with date/time stamp of the files that target depend on. If target is older than source, make command executes specified compiler. If target file has not been updated, Power View IDE stops make loop and (if there is filter program for this compiler) automatically locates errors or warnings from the compiler. If all target files are successfully created Power View IDE executes Watcom Linker in order to produce target EXE file. `See also: `~ Compile/Build all ~COMPILE_BUILD ^ @COMPILE_BUILD Menu command Compile/Build all `Compile/Build all `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Build all walks through project files and executes specified compiler no matter target is older than source, or not. If all target files are successfully created Power View IDE executes Watcom Linker in order to produce target EXE file. `See also: `~ Compile/Make ~COMPILE_MAKE ^ @COMPILE_LINK Menu command Compile/Link `Compile/Link `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command executes Watcom Linker in order to produce target EXE file. For link to succeed, all target object files must exist. `See also: `~ Compile/Make ~COMPILE_MAKE ^ @COMPILE_TIMECHECK Menu command Compile/Time validity check `Compile/Time validity check `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command toggles time stamp validity check ON and OFF. When it is ON, Power View IDE compares every source/target time stamp and your system time, and warns if time stamp is in the future. Time stamp validity check status is saved/restored with the IDE desktop status. ^ @COMPILE_NEXT Menu command Compile/Next message `Compile/Next message , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ After compiler execution (e.g. ~Log~W_LOGOUT window is not empty) this command selects next log line. If this is error message, source file is loaded and cursor is placed on the mistaken line. You can also select Log window and use arrow keys to browse through compiler log. `See also: `~ Compile/Make ~COMPILE_MAKE `~ Compile/Previous message ~COMPILE_PREVIOUS ^ @COMPILE_PREVIOUS Menu command Compile/Previous message `Compile/Previous message , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ After compiler execution (e.g. ~Log~W_LOGOUT window is not empty) this command selects previous log line. If this is error message, source file is loaded and cursor is placed on the mistaken line. You can also select Log window and use arrow keys to browse through compiler log. `See also: `~ Compile/Make ~COMPILE_MAKE `~ Compile/Next message ~COMPILE_NEXT ^ @COMPILE_RUN Menu command Compile/Run `Compile/Run , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command executes Compile/~Make~COMPILE_MAKE command and then, if compiling and linking are successful, executes the project. To specify project's parameters (command line), use Compile/~Parameters~COMPILE_PARAMS menu command. `See also: `~ Compile/Make ~COMPILE_MAKE ^ @COMPILE_PARAMS Menu command Compile/Parameters `Compile/Parameters `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command activates ~Program parameters~D_PARAMS dialog box, where you specify command line for your project. `See also: `~ Compile/Run ~COMPILE_RUN ^ @MENU_PROJECT Menu Project `Project `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Project menu provides following commands for managing your project. `Project menu commands `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `~ Open ~PROJECT_OPEN `~ Close ~PROJECT_CLOSE `~ Add entry ~PROJECT_ADD `~ Insert entry ~PROJECT_INS `~ Edit file ~PROJECT_EDIT `~ Delete entry ~PROJECT_DEL `~ Local options ~PROJECT_LOCAL `~ Depends ~PROJECT_DEPENDS `~ Export make file ~PROJECT_EXPORT ^ @PROJECT_OPEN Menu command Project/Open `Project/Open `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Open project command displays the ~Open a project~D_SELECT_FILE dialog box. In this dialog box, you select the project you want to open. If you specify file name that do not exist, new project with given name is created. When you open a project, the ~Project~W_PROJECT window appears, showing project sources and targets. Closing this window will not deactivate the project ÄÄ project window is still accessible using Windows/~Project~WINDOW_PROJECT menu command. If you really want to close the project, use Project/~Close~PROJECT_CLOSE menu command. If there is no current project, Power View IDE works with current edit window as a single-target project and uses Watcom C/C++ compiler and Watcom Linker for compiling and linking. This mode is useful when you want to compile and run some tiny C/C++ program, such as Watcom C/C++ library example. `See also: `~ Project/Close ~PROJECT_CLOSE ^ @PROJECT_CLOSE Menu command Project/Close `Project/Close `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Use this command to deactivate current project. When there is no current project, Power View IDE works with current edit window as a single-target project and uses Watcom C/C++ compiler and Watcom Linker for compile and link. This mode is useful when you want to compile and run some tiny C/C++ program, such as Watcom C/C++ library example. `See also: `~ Project/Open ~PROJECT_OPEN ^ @PROJECT_ADD Menu command Project/Add entry `Project/Add entry `Local_menu/Add entry `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command displays the ~Add/Insert project entry~D_SELECT_FILE dialog box where you select source file to be added to the current project. Note that in the ~Add/Insert project entry~D_SELECT_FILE dialog box you can select multiple files to be added/inserted to your project. `See also: `~ Project/Insert entry ~PROJECT_INS ^ @PROJECT_INS Menu command Project/Insert entry `Project/Insert entry , `Local menu/Insert entry `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command displays the ~Add/Insert project entry~D_SELECT_FILE dialog box where you select source file to be inserted at current cursor position of the current project. Note that in the ~Add/Insert project entry~D_SELECT_FILE dialog box you can select multiple files to be added/inserted to your project. `See also: `~ Project/Add entry ~PROJECT_ADD ^ @PROJECT_EDIT Menu command Project/Edit file `Project/Edit file , `Local menu/Edit file `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Select this command to open selected project source file in an edit window. This is equivalent of double clicking project entry with the mouse, or pressing the key when ~Project~W_PROJECT window is active. `See also: `~ Project/Open ~PROJECT_OPEN ^ @PROJECT_DEL Menu command Project/Delete entry `Project/Delete entry , `Local menu/Delete entry `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Use this command to delete currently selected project entry. Power View IDE prompts with Yes/No dialog box to confirm your choice once more. `See also: `~ Project/Add entry ~PROJECT_ADD `~ Project/Insert entry ~PROJECT_INS ^ @PROJECT_LOCAL Menu command Project/Local options `Project/Local options , `Local menu/Local options `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command displays the ~Local compiler options~D_LOCAL_OPTIONS dialog box where you specify compiler command line options, valid only for the selected project entry. `See also: `~ Project/Depends ~PROJECT_DEPENDS ^ @PROJECT_DEPENDS Menu command Project/Depends `Project/Depends , `Local menu/Depends `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command brings up the ~Dependency list~D_DEPENDENCY dialog box where you specify source files that selected project target depends on, if the compiler for this target do not place dependency information in the object file. `See also: `~ Project/Local options ~PROJECT_LOCAL ^ @PROJECT_EXPORT Menu command Project/Export make file `Project/Export make file `Local menu/Export make file `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command brings up the ~Export make file~D_EXPORT_MAKEFILE dialog box where you enter file name to export the current project. The produced file is WMAKE-compatible but it is not so hard to convert it to UNIX or some other make file format. ^ @MENU_OPTIONS Menu Options `Options `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Options menu provides commands for configuration of the Watcom C/C++ compiler, Watcom Linker, and the Power View IDE: `Options menu commands `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `~ Fast ~OPTIONS_FAST `~ Compiler > ~OPTIONS_COMPILER `~ Linker ~OPTIONS_LINKER `~ Editor ~OPTIONS_EDITOR `~ Directories ~OPTIONS_DIRS `~ Tools ~OPTIONS_TOOLS `~ Open ~OPTIONS_OPEN `~ Save ~OPTIONS_SAVE `~ Save as ~OPTIONS_SAVE_AS ^ @OPTIONS_FAST Menu command Options/Fast `Options/Fast `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command opens ~Fast compiler/linker options~D_FAST_OPTIONS dialog box where you specify both Watcom compiler & linker options. This dialog does not allow detailed options setup but in most cases is absolutely sufficient. `See also: `~ Compiler (Options submenu) ~OPTIONS_COMPILER `~ Linker (Options menu command)~OPTIONS_LINKER ^ @OPTIONS_COMPILER Menu Options/Compiler `Options/Compiler `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This submenu provides commands for configuration of the Watcom C/C++ compiler (choose one to get help for). `Options/Compiler menu commands `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `~ Code ~COMPILER_CODE `~ Advanced code ~COMPILER_ADV_CODE `~ Build target ~COMPILER_TARGET `~ Optimizations ~COMPILER_OPTIMIZATIONS `~ Debugging ~COMPILER_DEBUGGING `~ floating-point ~COMPILER_FLOATING `~ C++ exceptions ~COMPILER_EXCEPTIONS `~ Segment regs ~COMPILER_SEGMENTS `~ Preprocessor ~COMPILER_PREPROCESSOR `~ Names ~COMPILER_NAMES `~ Messages ~COMPILER_MESSAGES ^ @COMPILER_CODE Menu command Options/Compiler/Code `Options/Compiler/Code `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This menu command brings up ~Code generation~D_CODE_GENERATION dialog box where you specify code generation compiler options. ^ @COMPILER_ADV_CODE Menu command Options/Compiler/Advanced code `Options/Compiler/Advanced code `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This menu command brings up ~Advanced code generation~D_ADV_CODE_GENERATION dialog box where you specify advanced code generation compiler options. ^ @COMPILER_TARGET Menu command Options/Compiler/Build target `Options/Compiler/Build target `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This menu command brings up ~Build target~D_COMPILER_TARGET dialog box where you specify build target compiler options. ^ @COMPILER_OPTIMIZATIONS Menu command Options/Compiler/Optimizations `Options/Compiler/Optimizations `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This menu command brings up ~Optimizations~D_OPTIMIZATIONS dialog box where you specify optimization compiler options. ^ @COMPILER_DEBUGGING Menu command Options/Compiler/Debugging `Options/Compiler/Debugging `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This menu command brings up ~Debugging information~D_DEBUGGING dialog box where you specify debugging information compiler options. ^ @COMPILER_FLOATING Menu command Options/Compiler/floating-point `Options/Compiler/floating-point `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This menu command brings up ~floating-point~D_FLOATING dialog box where you specify floating-point compiler options. ^ @COMPILER_EXCEPTIONS Menu command Options/Compiler/C++ exceptions `Options/Compiler/C++ exceptions `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This menu command brings up ~Exception handling~D_EXCEPTIONS dialog box where you specify C++ exceptions handling compiler options. ^ @COMPILER_SEGMENTS Menu command Options/Compiler/Segment regs `Options/Compiler/Segment regs `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This menu command brings up ~Segment registers~D_SEGMENTS dialog box where you specify segment registers compiler options. ^ @COMPILER_PREPROCESSOR Menu command Options/Compiler/Preprocessor `Options/Compiler/Preprocessor `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This menu command brings up ~Preprocess files~D_PREPROCESS dialog box where you specify preprocess files compiler options. ^ @COMPILER_NAMES Menu command Options/Compiler/Names `Options/Compiler/Names `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This menu command brings up ~Names~D_NAMES dialog box where you specify segment names compiler options. ^ @COMPILER_MESSAGES Menu command Options/Compiler/Messages `Options/Compiler/Messages `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This menu command brings up ~Compiler messages~D_MESSAGES dialog box where you specify messages compiler options. ^ @OPTIONS_LINKER Menu command Options/Linker `Options/Linker `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command opens ~Linker options~D_LINKER dialog box where you specify Watcom Linker options. ^ @OPTIONS_EDITOR Menu command Options/Editor `Options/Editor `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command opens ~Editor options~D_EDITOR dialog box where you specify Power View Editors options. ^ @OPTIONS_DIRS Menu command Options/Directories `Options/Directories `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command opens ~Directories~D_DIRS dialog box where you specify Power View IDE default directories. ^ @OPTIONS_TOOLS Menu command Options/Tools `Options/Tools `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command opens ~Tools~D_TOOLS dialog box where you can select programs that can be used as tools from inside the Power View IDE. These programs appears in the ~Tools~MENU_TOOLS menu. `See also: `~ Tools menu ~MENU_TOOLS ^ @OPTIONS_OPEN Menu command Options/Open `Options/Open `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command displays ~Open options~D_SELECT_FILE dialog box where you select options file to read options from. `See also: `~ Options/Save ~OPTIONS_SAVE ^ @OPTIONS_SAVE Menu command Options/Save `Options/Save `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command saves currently specified options in a file. `See also: `~ Options/Save as ~OPTIONS_SAVE_AS ^ @OPTIONS_SAVE_AS Menu command Options/Save as `Options/Save as `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command brings up ~Save options as~D_SELECT_FILE dialog box which allow you to save currently specified options under a different file name, in different directory, or on different drive. `See also: `~ Options/Save ~OPTIONS_SAVE ^ @MENU_TOOLS Menu Tools `Tools `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Tools menu contains titles of the user-defined tools that can be started from inside the Power View IDE. At the bottom of this menu appears the ~Toolbar~TOOLS_TOOLBAR menu command. `See also: `~ Options/Tools ~OPTIONS_TOOLS ^ @TOOLS_TOOLBAR Menu command Tools/Toolbar `Tools/Toolbar `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command toggles Power View IDE toolbar. Toolbar status is saved/restored with the IDE desktop status. ^ @WINDOWS_CALCULATOR Menu command Windows/Calculator `Windows/Calculator `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command opens build-in Power View IDE Calculator. ^ @TOOLS_TOOL Menu command Tools/Tool `Tools/Tool `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Use this command to execute selected user-defined tool. ^ @MENU_WINDOWS Menu Windows `Windows `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Windows menu contains commands for manipulating and opening windows. Most of the windows you open from this menu have all the standard window elements, like scroll bars, a close box, and zoom icons. For more about windows and their elements, see the ~Window basics~WINDOW_BASICS Help screen. `Windows menu commands `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `~ Tile ~WINDOW_TILE `~ Cascade ~WINDOW_CASCADE `~ Close all ~WINDOW_CLOSE_ALL `~ Arrange icons ~WINDOW_ARRANGE `~ Refresh display ~WINDOW_REFRESH `~ Next ~WINDOW_NEXT `~ Previous ~WINDOW_PREVIOUS `~ List ~WINDOW_LIST `~ Project ~WINDOW_PROJECT `~ Log ~WINDOW_LOGOUT `~ Calculator ~WINDOW_CALCULATOR `~ Tetris ~WINDOW_TETRIS `~ DOS screen ~WINDOW_DOS_SCREEN ^ @WINDOW_TILE Menu command Windows/Tile `Windows/Tile `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Choose Windows/Tile to tile all your open edit windows. `ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ `³ ÚÄÄÄ Window 4 ÄÄÄ¿ ÚÄÄÄ Window 3 ÄÄÄ¿ ³ `³ ³ ³ ³ ³ ³ `³ ³ ³ ³ ³ ³ `³ ³ ³ ³ ³ ³ `³ ³ ³ ³ ³ ³ `³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ `³ ÚÄÄÄ Window 2 ÄÄÄ¿ ÚÄÄÄ Window 1 ÄÄÄ¿ ³ `³ ³ ³ ³ ³ ³ `³ ³ ³ ³ ³ ³ `³ ³ ³ ³ ³ ³ `³ ³ ³ ³ ³ ³ `³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ `ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ` Tiled Windows ^ @WINDOW_CASCADE Menu command Windows/Cascade `Windows/Cascade `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Choose Windows/Cascade to stack all open edit windows. `ÚÄÄÄÄÄÄÄÄÄÄ Window 4 ÄÄÄÄÄÄÄÄÄÄ¿ `³ ÚÄÄÄÄÄÄÄÄÄ Window 3 ÄÄÄÄÄÄÄÄÄ¿ `³ ³ ÚÄÄÄÄÄÄÄÄ Window 2 ÄÄÄÄÄÄÄÄ¿ `³ ³ ³ ÚÄÄÄÄÄÄÄ Window 1 ÄÄÄÄÄÄÄ¿ `³ ³ ³ ³ ³ `³ ³ ³ ³ ³ `³ ³ ³ ³ ³ `³ ³ ³ ³ ³ `³ ³ ³ ³ ³ `ÀÄÀÄÀÄÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ` Cascaded edit windows ^ @WINDOW_CLOSE_ALL Menu command Windows/Close all `Windows/Close All `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Choose Close All to close all windows. ^ @WINDOW_ARRANGE Menu command Windows/Arrange icons `Windows/Arrange icons `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The arrange icons command arranges all the iconized windows so they appear at the bottom of the screen. ^ @WINDOW_REFRESH Menu command Windows/Refresh display `Windows/Refresh Display `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Refresh Display command restores the IDE screen. This is handy if any other (TSR) program has accidentaly overwritten the screen. ^ @WINDOW_NEXT Menu command Windows/Next `Windows/Next , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Choose Next to make the next window active, which makes it the topmost open window. ^ @WINDOW_PREVIOUS Menu command Windows/Previous `Windows/Previous , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Choose Previous to make the most-recently-active window be active again. ^ @WINDOW_LIST Menu command Windows/List `Windows/List , `Local menu/Windows list `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The List command opens the ~Windows list~D_WINDOWS_LIST dialog box, which lists all the windows currently open. When you choose a file from the list, Power View IDE brings that window to the front and makes it active. For a full rundown of how to manage windows, go to the Help screen on ~Window basics~WINDOW_BASICS. ^ @WINDOW_CLOSED_WINDOWS Menu command Windows/Closed windows list `Windows/Closed windows list `File/Closed windows list `Local menu/Closed windows list `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command brings up ~Closed windows list~D_CLOSED_WINDOWS dialog box, where you can view the last files you has closed. For such a file, when opened again for editing, Power View IDE automatically restores its edit window state. ^ @WINDOW_CALCULATOR Menu command Windows/Calculator `Windows/Calculator , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This menu command invokes the build-in Power View IDE calculator. ^ @WINDOW_TETRIS Menu command Windows/Tetris `Windows/Tetris `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This menu command invokes the build-in Power View IDE tetris. ^ @WINDOW_PROJECT Menu command Windows/Project `Windows/Project , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command brings up ~Project~W_PROJECT window, that shows current project source files and targets. ^ @WINDOW_LOGOUT Menu command Windows/Log `Windows/Log , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command brings up ~Log~W_LOGOUT window, that shows the logout from the last compiler/tool execution. ^ @WINDOW_DOS_SCREEN Menu command Windows/DOS screen `Windows/DOS screen , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This command shows the MS-DOS screen and waits for a keypress to return to the Power View IDE screen. ^ @MENU_HELP Menu Help `Help `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Help menu provides access to on-line Help, which comes up in a special Help window. The text in the Help window is a help screen. The Help system provides information on virtually all aspects of the Power View IDE. These are the available Help system commands: `Help menu commands `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `~ Help using help ~MHELP_USING_HELP `~ Contents ~MHELP_CONTENTS `~ About ~MHELP_ABOUT ^ @MHELP_CONTENTS Menu command Help/Contents `Help/Contents `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ The Help Contents screen provides a summary of several Help topics you can choose from. There are two ways to get to the Help Contents screen: þ If you're in a Power View Help window, choose the Contents button. þ If you don't have Help window open, choose Contents from the Help menu. ^ @MHELP_USING_HELP Menu command Help/Help using help `Help/Help using help , `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Once you're in the Help system, press F1 again to pop up the How to Use Help screen. If you're not in the Help system, you can also choose Using help from the Help menu. ^ @MHELP_ABOUT Menu command Help/About `Help/About `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ When you choose the About command from the Help menu, a dialog box appears, showing copyright and version information. Press Enter or click OK to close the dialog box. ^ @D_CLOSED_WINDOWS Dialog box Closed windows list `Closed windows list dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: File/Closed windows list ` Windows/Closed windows list ` Local menu/Closed windows list In this dialog box you can view the last files you has closed. For such a file, when opened again for editing, Power View IDE automatically restores its edit window state. Select a file from the list and press the button to reopen that file in its edit window. Press button to make Power View IDE to exclude selected file from closed windows list. However, this will not actually delete that file. Note that there is no confirmation, and there is no way to restore any deleted closed window. Select button to leave this dialog box without opening selected file. This does not undo changes you have made in this dialog box. ^ @D_CONDENSED Dialog box Condensed display `Condensed display dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Search/Condense , ` Local menu/Condense This dialog box shows source lines that begin with a letter (A-Z, a-z), start up to column C, and are at least L characters long, where C and L are selected in the ~Editor options~D_EDITOR dialog box. In most cases, these are lines with function (or procedure) and static data declarations. Select line you want and press the key. This will locate that line in the source. Also, in the Condensed display dialog box you can press left or right arrow to explore your source in the depth. Try this! ^ @D_EXECUTE Dialog box Execute `Execute dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This dialog box invokes when you execute a tool with option ON (see ~Tool options~D_TOOL_OPTIONS dialog box). Here you can edit automatically constructed command line before tool execution. If the option for the tool is ON (see ~Tool options~D_TOOL_OPTIONS dialog box), this dialog contains a memo box where you can enter command line over 127 characters in length. When you choose OK, command line is converted to single-line (CRs removed) and (if it really exceeds 127 characters) is written in a temporary file. This file is passed to the tool. If the option is OFF, this dialog contains an input box where you can enter command line of up to 127 characters. ^ @D_PARAMS Dialog box Program parameters `Program parameters dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Compile/Parameters This is where you can give command line to be passed to your program (project) when you choose Compile/~Run~COMPILE_RUN menu command. ^ @D_LOCAL_OPTIONS Dialog box Local options `Local options dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Project/Local options , ` Local menu/Local options This dialog box specifies options for making specified project entry. Use combo box to select translator for the project entry. In this combo box appears Watcom C/C++ compiler, and all tools with option ON (see ~Tool options~D_TOOL_OPTIONS dialog box). In input box you type the command line switches for the translator in addition to command line you've specified in ~Modify/New tool~D_NEW_TOOL dialog box. Check if you want specified command line to be passed to the tool/compiler as is (not in addition to command line you've specified in ~Modify/New tool~D_NEW_TOOL dialog box). Notice that in this case you must specify even file name of your source. input box is where you specify file name of the target file produced by the compiler. This is the file Power View IDE tests to see whether source needs to be compiled. You enter file name only, file is searched in the default target directory (see ~Directories~D_DIRS dialog box). Select if this target file must not be passed to linker. Select if the selected compiler for the project entry places dependency information in the object files. Power View IDE will automatically test all the files that target depends on to see whether the source must be compiled, or is already valid. If you leave clear, you can manually give the files the target depends on in the ~Dependency list~D_DEPENDENCY dialog box. ^ @D_DEPENDENCY Dialog box Dependency list `Dependency list dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Project/Depends , ` Local menu/Depends This is where you give the files the target depends on. When Power View IDE makes project entry, it test these files date/time stamp to see whether source file needs to be compiled, or is already valid. If target is object file and the compiler places dependency information in the target file, Power View IDE can automatically find the files that target depends on. See ~Local options~D_LOCAL_OPTIONS dialog box. ^ @D_EXPORT_MAKEFILE Dialog box Export make file `Export make file dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Project/Export make file ` Local menu/Export make file This dialog box prompts you to enter file name to export the current project. The produced file is WMAKE-compatible but it is not so hard to convert it to UNIX or some other make file format. ^ @D_FAST_OPTIONS Dialog box Fast compiler/linker options `Fast compiler/linker options dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Fast This is Watcom C/C++ configuration dialog box. All of the settings in such dialog boxes are fully described in the Watcom Help. When you compile C/C++ programs, Power View IDE constructs command line using settings you've selected from Options/~Compiler~OPTIONS_COMPILER submenu. If constructed command line exceeds 127 characters, IDE writes such command line in a temporary file and passes this file to the compiler. If you've selected 16-bit code size, WPP or CPP compiler is used according to the source file extension. For 32-bit applications, WPP386 or CPP386 is used. ^ @D_CODE_GENERATION Dialog box Code generation `Code generation dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Compiler/Code This is Watcom C/C++ configuration dialog box. All of the settings in such dialog boxes are fully described in the Watcom Help. When you compile C/C++ programs, Power View IDE constructs command line using settings you've selected from Options/~Compiler~OPTIONS_COMPILER submenu. If constructed command line exceeds 127 characters, IDE writes such command line in a temporary file and passes this file to the compiler. If you've selected 16-bit code size, WPP or CPP compiler is used according to the source file extension. For 32-bit applications, WPP386 or CPP386 is used. ^ @D_ADV_CODE_GENERATION Dialog box Advanced code generation `Advanced code generation dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Compiler/Advanced code This is Watcom C/C++ configuration dialog box. All of the settings in such dialog boxes are fully described in the Watcom Help. When you compile C/C++ programs, Power View IDE constructs command line using settings you've selected from Options/~Compiler~OPTIONS_COMPILER submenu. If constructed command line exceeds 127 characters, IDE writes such command line in a temporary file and passes this file to the compiler. If you've selected 16-bit code size, WPP or CPP compiler is used according to the source file extension. For 32-bit applications, WPP386 or CPP386 is used. ^ @D_COMPILER_TARGET Dialog box Build target `Build target dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Compiler/Build target This is Watcom C/C++ configuration dialog box. All of the settings in such dialog boxes are fully described in the Watcom Help. When you compile C/C++ programs, Power View IDE constructs command line using settings you've selected from Options/~Compiler~OPTIONS_COMPILER submenu. If constructed command line exceeds 127 characters, IDE writes such command line in a temporary file and passes this file to the compiler. If you've selected 16-bit code size, WPP or CPP compiler is used according to the source file extension. For 32-bit applications, WPP386 or CPP386 is used. ^ @D_OPTIMIZATIONS Dialog box Optimizations `Optimizations dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Compiler/Optimizations This is Watcom C/C++ configuration dialog box. All of the settings in such dialog boxes are fully described in the Watcom Help. When you compile C/C++ programs, Power View IDE constructs command line using settings you've selected from Options/~Compiler~OPTIONS_COMPILER submenu. If constructed command line exceeds 127 characters, IDE writes such command line in a temporary file and passes this file to the compiler. If you've selected 16-bit code size, WPP or CPP compiler is used according to the source file extension. For 32-bit applications, WPP386 or CPP386 is used. ^ @D_DEBUGGING Dialog box Debugging information `Debugging information dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Compiler/Debugging This is Watcom C/C++ configuration dialog box. All of the settings in such dialog boxes are fully described in the Watcom Help. When you compile C/C++ programs, Power View IDE constructs command line using settings you've selected from Options/~Compiler~OPTIONS_COMPILER submenu. If constructed command line exceeds 127 characters, IDE writes such command line in a temporary file and passes this file to the compiler. If you've selected 16-bit code size, WPP or CPP compiler is used according to the source file extension. For 32-bit applications, WPP386 or CPP386 is used. ^ @D_FLOATING Dialog box floating-point `floating-point dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Compiler/floating-point This is Watcom C/C++ configuration dialog box. All of the settings in such dialog boxes are fully described in the Watcom Help. When you compile C/C++ programs, Power View IDE constructs command line using settings you've selected from Options/~Compiler~OPTIONS_COMPILER submenu. If constructed command line exceeds 127 characters, IDE writes such command line in a temporary file and passes this file to the compiler. If you've selected 16-bit code size, WPP or CPP compiler is used according to the source file extension. For 32-bit applications, WPP386 or CPP386 is used. ^ @D_EXCEPTIONS Dialog box Exception handling `Exception handling dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Compiler/C++ exceptions This is Watcom C/C++ configuration dialog box. All of the settings in such dialog boxes are fully described in the Watcom Help. When you compile C/C++ programs, Power View IDE constructs command line using settings you've selected from Options/~Compiler~OPTIONS_COMPILER submenu. If constructed command line exceeds 127 characters, IDE writes such command line in a temporary file and passes this file to the compiler. If you've selected 16-bit code size, WPP or CPP compiler is used according to the source file extension. For 32-bit applications, WPP386 or CPP386 is used. ^ @D_SEGMENTS Dialog box Segment registers `Segment registers dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Compiler/Segment regs This is Watcom C/C++ configuration dialog box. All of the settings in such dialog boxes are fully described in the Watcom Help. When you compile C/C++ programs, Power View IDE constructs command line using settings you've selected from Options/~Compiler~OPTIONS_COMPILER submenu. If constructed command line exceeds 127 characters, IDE writes such command line in a temporary file and passes this file to the compiler. If you've selected 16-bit code size, WPP or CPP compiler is used according to the source file extension. For 32-bit applications, WPP386 or CPP386 is used. ^ @D_PREPROCESS Dialog box Preprocess files `Preprocess files dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Compiler/Preprocessor This is Watcom C/C++ configuration dialog box. All of the settings in such dialog boxes are fully described in the Watcom Help. When you compile C/C++ programs, Power View IDE constructs command line using settings you've selected from Options/~Compiler~OPTIONS_COMPILER submenu. If constructed command line exceeds 127 characters, IDE writes such command line in a temporary file and passes this file to the compiler. If you've selected 16-bit code size, WPP or CPP compiler is used according to the source file extension. For 32-bit applications, WPP386 or CPP386 is used. ^ @D_NAMES Dialog box Names `Names dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Compiler/Names This is Watcom C/C++ configuration dialog box. All of the settings in such dialog boxes are fully described in the Watcom Help. When you compile C/C++ programs, Power View IDE constructs command line using settings you've selected from Options/~Compiler~OPTIONS_COMPILER submenu. If constructed command line exceeds 127 characters, IDE writes such command line in a temporary file and passes this file to the compiler. If you've selected 16-bit code size, WPP or CPP compiler is used according to the source file extension. For 32-bit applications, WPP386 or CPP386 is used. ^ @D_MESSAGES Dialog box Compiler messages `Compiler messages dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Compiler/Messages This is Watcom C/C++ configuration dialog box. All of the settings in such dialog boxes are fully described in the Watcom Help. When you compile C/C++ programs, Power View IDE constructs command line using settings you've selected from Options/~Compiler~OPTIONS_COMPILER submenu. If constructed command line exceeds 127 characters, IDE writes such command line in a temporary file and passes this file to the compiler. If you've selected 16-bit code size, WPP or CPP compiler is used according to the source file extension. For 32-bit applications, WPP386 or CPP386 is used. ^ @D_LINKER Dialog box Linker options `Linker options dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Linker In this dialog box you specify options and parameters to pass to Watcom Linker. In the input box you specify (in bytes) the size of the stack in the target EXE file. Linking will be aborted if errors produced by Watcom Linker exceeds the number you enter in the input box. sets the "system" linker directive. If you select "none", the system directive will not be set and you should do this manually in the memo. In the memo you can enter any Watcom Linker options you want. To learn the linker options, read the Watcom Help. ^ @D_EDITOR Dialog box Editor options `Editor options dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Editor In this dialog box you specify options for build-in Power View IDE editor. If is checked, old version of the file you save will be kept in a file with .BAK extension. If is checked, desktop, project file name and options file name will be saved when you exit to DOS. Desktop, project and options will be automatically restored next time you start IDE. The status is saved in the file named "STATUS.W" found in the current DOS directory. Use check to control default indent mode for the editor. Use check to control tabs implementation ÄÄ tab character or spaces. If is checked, when you select a file for opening and the file is not found in the specified/current directory, Power View IDE will search the file in the you have specified in the ~Directories~D_DIRS dialog box. Use options to control default search and replace options. For description of each search/replace option, see ~Find~D_FIND and ~Replace~D_REPLACE dialog boxes. input box is where you specify amount of columns the tab character moves the cursor. is used for loading files specified in the command line of Power View IDE (do not forget the '.' before the extension). is where you specify options for ~Condensed display~D_CONDENSED dialog box. Press the button to enter the ~C++ syntax hilighting options~D_CPP_SYNTAX dialog box, where you specify the colors for C++ syntax hilighting, and file name extensions for files to syntax hilight. Press the button to enter the ~Assembler syntax hilighting options~D_ASM_SYNTAX dialog box, where you specify the colors for assembler syntax hilighting, and file name extensions for files to syntax hilight. ^ @D_CPP_SYNTAX Dialog box C++ syntax hilighting options `C++ syntax hilighting options dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Editor/C++ In this dialog box you enter color values (0..15) to be used for C++ syntax hilighting. is a list of file name extensions (do not forget the '.') separated by ';'. When you open such file it will be C++ syntax hilighted. `Colors Legend: `Value Meaning Value Meaning `ÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄ ` 0 Black 8 Dark gray ` 1 Blue 9 Light blue ` 2 Green 10 Light green ` 3 Cyan 11 Light cyan ` 4 Red 12 Light red ` 5 Magenta 13 Light magenta ` 6 Brown 14 Yellow ` 7 Light gray 15 White ^ @D_ASM_SYNTAX Dialog box Assembler syntax hilighting options `Assembler syntax hilighting options dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Editor/Assembler In this dialog box you enter color values (0..15) to be used for Assembler syntax hilighting. is a list of file name extensions (do not forget the '.') separated by ';'. When you open such file it will be Assembler syntax hilighted. `Colors Legend: `Value Meaning Value Meaning `ÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄ ` 0 Black 8 Dark gray ` 1 Blue 9 Light blue ` 2 Green 10 Light green ` 3 Cyan 11 Light cyan ` 4 Red 12 Light red ` 5 Magenta 13 Light magenta ` 6 Brown 14 Yellow ` 7 Light gray 15 White ^ @D_DIRS Dialog box Directories `Directories dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Directories In this dialog box you enter default directories that Power View IDE, Watcom compiler, and Watcom linker use. are where Watcom C/C++ compilers search #include files if they are not found in the current DOS directory. You can specify more than one directory as you do when set the MS-DOS PATH environment variable. are where Watcom Linker searches for libraries to link if they are not found in the current DOS directory. You can specify more than one directory as you do when set the MS-DOS PATH environment variable. is default output directory. In this directory all object files produced by Watcom C/C++ compiler and all EXE files produced by Watcom Linker will be found. is where Power View IDE creates temporary files when it needs to do so. ^ @D_TOOLS Dialog box Tools `Tools dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Tools In this dialog box you can describe DOS programs (tools) you want to execute from inside the IDE. You can enter up to 16 tools in Power View IDE. All of the tools are listed in the list box. You edit this list using following action buttons: accepts the changes you've made to the tools list. creates new tool at the bottom of the list and executes the ~Modify/New tool~D_NEW_TOOL dialog box where you describe the tool. is similar to but it inserts the new tool before the currently selected item in the list. erases without prompting currently selected tool. If you has accidentaly deleted any tool, you can select button which undoes all the changes you've made to the tools list. invokes ~Modify/New tool~D_NEW_TOOL dialog box where you can edit settings for a previously entered tool. undoes all the changes you've made to the tools list. ^ @D_NEW_TOOL Dialog box Modify/New tool `Modify/New tool dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Tools/Add ` Options/Tools/Insert ` Options/Tools/Edit In this dialog box you describe new tools or change settings for existing tools. input box is where you enter the title of the tool that appears in the ~Tools~MENU_TOOLS menu. input box describes the file specification of the tool. If you do not specify drive and directory, the tool will be searched in the DOS PATH environment variable. input box specifies the format of the command line to be passed to the tool. Here you can enter some special symbols that expand when the tool is invoked. `Project based symbols `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Symbol Expands to `ÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ` $P Full file specification of the project ` $F File name and extension of the project ` $N File name of the project ` $X Extension of the project name ` $D Drive and directory of the project `Current editor file based symbols `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Symbol Expands to `ÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ` $p Full file specification ` $f File name and extension ` $n File name ` $x Extension of the file name ` $d Drive and directory ` $w Current editor word `Independent symbols `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Symbol Expands to `ÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ` $i Include directories ` $t Target directory ` $c Program parameters combo box is used to specify the shortcut for quick-launch of the tool. ^ @D_TOOL_OPTIONS Dialog box Tool options `Tool options dialog box `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `Path: Options/Tools/Add/Options ` Options/Tools/Insert/Options ` Options/Tools/Edit/Options It this dialog you specify tools options. Select option if the tool is a compiler and you want to use it for making some targets of your project. In this case you can write filter program for translating compiler's output to log format, which makes possible automatical locating of the errors in your source. Select if you do not want DOS screen to be restored before tool execution. In this case an action window appears in the Power View IDE screen indicating the tool is currently running. Use this option in combination with options. If is ON, Power View IDE will prompt you with expanded tool command line, allowing you to edit or add some switches before tool execution. If is checked, Power View will be able to make command lines longer than 127 characters and pass them to the tool using temporary file. tells IDE to make current project and if target EXE file successfully created to execute the tool. This is useful for debuggers, for example. and does so before tool execution. Use options to specify how the IDE to manage a tool's output: þ tells IDE not to manage the tool output. þ specified filter> tells IDE to redirect tool's output to a temporary file, then pass that file to specified filter program, and then show output from the filter in the ~Log~W_LOGOUT window. Filters must be in the startup Power View IDE directory, in the current directory, or somewhere in the PATH directories. þ tells IDE to redirect tool's output to the specified file. This file is created in the default swap directory (see ~Directories~D_DIRS dialog box). After tool's execution, you can open such file in an edit window. input box is where you enter the name of the filter program (if specified filter> option is selected) or the name of the file (if option is selected). ^ @W_LOGOUT Window Log `Log window `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This window shows the log from the last compilation or a tool execution if you specified the tool output to be filtered (see ~Tool options~D_TOOL_OPTIONS dialog box). When this window is closed, you can open it by selecting the Windows/~Log~WINDOW_LOGOUT menu command. The content of the Log window is cleared before compilation and before tool execution. If you want, you can clear the window using Clear command from the local menu. You can also copy the log window as text in the clipboard using Copy command from the local menu. As you browse in the error messages produced by the compiler or a translator program, current error is located and highlighted in an edit window. Pressing the key will bring you to that window on the mistaken line and column. Once you are in an edit window, you can use Compile/~Next message~COMPILE_NEXT or Compile/~Previous message~COMPILE_PREVIOUS commands to browse the errors. ^ @W_PROJECT Window Project `Project window `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This window shows your project source and target files. When this window is closed, you can open it by selecting the Windows/~Project~WINDOW_LOGOUT menu command. Pressing key or double clicking a project entry will open an edit window with the source file of that project entry. You can manage project entries using commands in the ~Project~MENU_PROJECT menu. ^ @W_EDITOR Window Editor `Edit windows `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Edit windows are designed for writing and editing programs in C/C++ or other programming language but they can be used as standard DOS text-files editors as well. You can open multiple edit windows in the Power View IDE desktop. To go to next/previous edit window, press / key. To select a window from a list of windows, press . You can open single file in multiple edit windows. In such case the changes made to any of windows are updated to the others as well. Here follows a list of shortcut keys of Power View editors. `Cursor movement and text selecting commands `Action Primary key Secondary key `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄ `Character Left + + `Character Right + + `Word Left + + `Word Right + + `Line Start + + `Line End + + `Line Up + + `Line Down + + `Page Up + + `Page Down + + `Text Start + + `Text End + + `Go to Line Number `Set Bookmark 0..9 `Go to Bookmark 0..9 Note: + marked shortcuts in combination with the key expands selection from current cursor position to target cursor position. `Text insertion commands `Action Primary key Secondary key `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄ `Insert New Line `Toggle Insert Mode `Toggle Indent Mode `Text deletion commands `Action Primary key Secondary key `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄ `Delete Character `Delete Left Char `Delete Word `Delete Line `Delete to Line Start `Delete to Line End `Search/Replace commands `Action Primary key Secondary key `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄ `Find `Search and Replace `Repeat Last Search `Selection-based commands `Action Primary key Secondary key `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄ `Hide Selection `Delete Selection `Cut Selection `Copy Selection `Paste Text `Indent Selection `Unindent Selection `Miscellaneous commands `Action Primary key Secondary key `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄ `Undo `Save File `Save All Files ^ @W_CALCULATOR Window Calculator `Calculator window `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ This window is a simple floating-point calculator. The Calculator looks and operates as all calculators usual do. You can also copy to or paste from clipboard. ^ @W_TETRIS Window Tetris `Tetris window `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Don't know how to play tetris??? `The rules of the game `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Some shapes fall in a can. You can move current shape to the left and to the right, and you can rotate it. When you have finished shape adjustment, you can drop it down (or, you can wait until it reaches the bottom itself). When a shape reaches the bottom, it stays in place and if there is a full line (or lines) in the can, such lines disappear and the can contents scrolls down making more place available at the top. The can is full - the game is over. You get points for every shape according to the level (the higher is the level, the more points you get), to the number of moves you make (the less moves, the more points), and to the time you've elapsed (the less time, the more points). `Controls `ÄÄÄÄÄÄÄÄ `Shortcut What it does `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `, Move left `, Move right ` Rotate `, Drop `, Restart `, <1> Show/hide next shape `, Increase level ` Close tetris ^ @WINDOW_BASICS Basics: Using Power View windows `Window basics `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Power View windows can be managed using following shortcuts: `Shortcut What it does to the window `ÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ` Open system menu ` Move ` Size ` Close ` Iconize ` Maximize ` Restore from iconize or maximize With the mouse, you can click or drag scroll bars to browse the information in the window. double clicking the close icon closes the window. Drag the lower-right corner to resize the window. Drag the title bar to move the window. `See also: `~ Dialog box basics ~DIALOG_BASICS `~ Menus basics ~MENU_BASICS ^ @DIALOG_BASICS Basics: Using Power View dialogs `Dialog box basics `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Power View dialog boxes are windows itself so you can use the most of the shortcuts described in ~Window basics~WINDOW_BASICS help screen. In addition, in the dialog boxes always appears and buttons: button accepts the settings in the dialog box and/or performs the operations dialog box prompts for. In most cases, pressing the key is the same as pressing the button. button undoes the settings you've made in the dialog box and do not perform the operations dialog box prompts for. Pressing key is always the same as pressing the button. The message boxes are simple dialog boxes which usually prompts you for Yes/No or other confirmation. In such cases, is default OK button, and is default cancel button. `See also: `~ Window basics ~WINDOW_BASICS `~ Menu basics ~MENU_BASICS ^ @MENU_BASICS Basics: Using Power View menus `Menu basics `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Power View IDE offers three kinds of menus: `Main menu `ÄÄÄÄÄÄÄÄÄ Main menu is always at the top of the screen; you can use it any time while you are in the IDE, except for when you are in a dialog box. To drop down the main menu, hold the key and then press one of the highlighted main menu shortcuts. With the mouse, you can click on desired menu item, drag to the command you want to activate, and then release mouse button. `Local menu `ÄÄÄÄÄÄÄÄÄÄ Local menu is accessible by shortcut, or with the right mouse button. The local menu is context-dependent and contains commands that are often used at the moment the local menu is popped up. `Window's system menu `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ At the upper-left corner of every Power View window is the icon of the window's system menu. You can drop this menu down by shortcut. It contains commands that affect the window the menu is attached to. See ~Window basics~WINDOW_BASICS for description of the actions the window's system menu offers. `See also: `~ Window basics ~WINDOW_BASICS `~ Dialog box basics ~DIALOG_BASICS ^ @CONFIGURATION Power View IDE: Configuration `Configuring Power View IDE `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Power View IDE can be configured through dialog boxes driven options, INI file, and command line switches. `Configuring through dialog boxes-driven options `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ All of the configuration dialog boxes are invoked by commands from the ~Options~MENU_OPTIONS menu. To save currently selected options, use the Options/~Save~OPTIONS_SAVE menu command. To retrieve previously saved options, use Options/~Open~OPTIONS_OPEN menu command. As Power View IDE starts up, it searches current, and after that the startup directory for file named "SAVED.PVO" and retrieves the options from that file. If you choose the option from the ~Editor options~D_EDITOR dialog box, the options that were active last time you exit the IDE will be retrieved. `Configuring through INI file `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ As Power View IDE starts up, it searches the current, and after that the startup directory to find a file named "W.INI". This is the Power View IDE Initialization file. It has standard for INI files structure and the sections and variables IDE recognizes are: `[screen] `mode=0 ; Video mode (0 ÄÄ use default) `char_size=0 ; EGA/VGA bytes per character (0 ÄÄ use default) `black_and_white=0 ; 1 ÄÄ force BW mode `graph_chars=1 ; Redefine character set or not `[mouse] `sensitivity=80 ; Mouse tracking speed `double_click=9 ; double-click time (in timer's ticks) `repeat_delay=6 ; Mouse buttons repeat delay (in timer's ticks) `repeat_speed=1 ; Mouse buttons repeat speed (in timer's ticks) `graph_pointer=1 ; Use arrow mouse pointer or not `[desktop] `toolbar=1 ; IDE's toolbar enabled or not `tile_mode=0 ; 0 - tile lines, 1 - tile columns `[tetris] `level=8 ; Startup level `next=1 ; 1 - show next, 0 - don't `Configuring through command line `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Command line format of the Power View IDE is: `W [switches] [parameters] [[.CPP]] ... `Switch Meaning `ÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `/? Show command line syntax and options `/BW Force black-and-white mode for the screen `/COLOR Force color mode for the screen `/M+ Force graphical mouse pointer `/M- Force block mouse pointer `/G+ Force graphical controls and icons `/G- Force standard controls and icons Note 1: Command line switches has precedence over the settings specified in the INI file. Note 2: If you specify wildcard file name in the command line, all files that match the wildcard will be opened in edit windows. `Parameters Meaning `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ `/INI:[.INI] Force specified INI file to be read `/OPT:[.PVO] Force specified options file to be read ^ @HELP_INDEX Help index `Help index `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ^